projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3613f5
)
> Default to bsd if vendor is next.
author
Tom Wood
<wood@next.com>
Fri, 9 Apr 1993 23:43:20 +0000
(23:43 +0000)
committer
Tom Wood
<wood@next.com>
Fri, 9 Apr 1993 23:43:20 +0000
(23:43 +0000)
config.sub
patch
|
blob
|
history
diff --git
a/config.sub
b/config.sub
index 657bb8bb16cd972dfbc4f12110bc0f8d2ae3471f..f4b0630f88a1b53dd7b256726b1150517b7a93bb 100755
(executable)
--- a/
config.sub
+++ b/
config.sub
@@
-607,6
+607,9
@@
case $basic_machine in
i370-*)
os=-mvs
;;
+ *-next)
+ os=-bsd
+ ;;
i[34]86-*)
os=-sco3.2v2
;;